home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 May: Tool Chest / Dev.CD May 97 TC.toast / Sample Code / Toolbox / MacCalendar 1.1b1 / MacCalendar.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-20  |  1013 b   |  33 lines  |  [TEXT/CWIE]

  1. /*
  2.     File:        MacCalendar.h
  3.  
  4.     Contains:    Constants shared between C and Rez for MacCalendar control strip module.
  5.  
  6.     Written by:    Martin Minow
  7.  
  8.     Copyright:    © 1994-1997 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.     You may incorporate this sample code into your applications without
  13.     restriction, though the sample code has been provided "AS IS" and the
  14.     responsibility for its operation is 100% yours.  However, what you are
  15.     not permitted to do is to redistribute the source as "DSC Sample Code"
  16.     after having made changes. If you're going to re-distribute the source,
  17.     we require that you make it clear in the source that the code was
  18.     descended from Apple Sample Code, but that you've made changes.
  19.  
  20.     Edit History:
  21.         1.0d0    MM    First "public" distribution.
  22.         1.0d6    MM    Used wrong value for default day name STR#.
  23.  */
  24.  
  25. #ifndef __MACCALENDAR__
  26. #define __MACCALENDAR__
  27.  
  28. #define PICT_RightArrow        128
  29. #define STRN_Info            256
  30. #define ICON_StatusBar        256
  31.  
  32. #endif /* __MACCALENDAR__ */
  33.